The PointMetadata object contains methods to retrieve point metadata information. Point metadata cannot be modified with this object.
Declare the object using the following code:
|
CreateObject("CxScript.PointMetadata") |
Each method in this document will assume that you have declared the PointMetadata object using the following code:
|
Dim PointMetadata Set PointMetadata = CreateObject("CxScript.PointMetadata") |
More: